ISubsystem.Alias property

Enables or disables the alias indexes for the axis and I/O index parameters in all methods. The alias index should be set first. This allows the application to have a different drive order from the physical EtherCAT link.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool Alias { get; set; }
Property Alias As Boolean

Property value

Type: bool

Remarks

It gets details for each drive and identifies each drive using vendor, product, and alias. If drives are not plugged in the correct order, rearrange the list of drives. Use it after the KINGSTAR Subsystem is started.

Usable EtherCAT states

ecatOP

See also

ISubsystem Interface

IntervalZero.KINGSTAR.Base.Class Namespace